New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@cloudflare/component-sortable

Package Overview
Dependencies
Maintainers
28
Versions
627
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cloudflare/component-sortable

>

  • 1.4.49
  • npm
  • Socket score

Version published
Weekly downloads
799
decreased by-17.63%
Maintainers
28
Weekly downloads
 
Created
Source

@cloudflare/component-sortable

Installation

Installation with yarn is recommended


$ yarn add @cloudflare/component-sortable

Usage

import React from 'react';
import pic from './movealong.jpg';

const SortableComponent = () => (
  <div>
    <p>
      <img src={pic} width="400px" alt="Move Along" />
    </p>
    <p>
      This component is intended to wrap tables/expandable-table TableCell and
      expects to receive sortProps from cf-component-auto-fetch (it is used in
      the example there). It is a tiny connector between auto-fetch and table
      header sorting UI represented by an arrow.
    </p>
  </div>
);

export default SortableComponent;

FAQs

Package last updated on 11 Mar 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc